home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000043_news@columbia.edu _Thu Aug 19 17:18:23 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  6KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA23496
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 19 Aug 1999 17:18:23 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA26982
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 19 Aug 1999 16:55:03 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: beta 6 Problem w/batch queue & USR-->USR Modem issue
  11. Date: 19 Aug 1999 20:55:01 GMT
  12. Organization: Columbia University
  13. Message-ID: <7phqv5$qa3$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7phlm8$nj0$1@bashir.ici.net>,
  17. Michael Hamelin <hamelin@ici.net> wrote:
  18. > 1.) submiting a batch job into the vms queue, the displayed file
  19. > information..text version of the file transfer doesn't work. get can't open
  20. > tt: device
  21. > Beta 8 gives us...
  22. > %ckermit-w-notterm tt: is not a terminal
  23. > sorry can't open connecion tt::  error 0
  24. > ???
  25. That sounds like you're telling it to transfer a file on its controlling
  26. terminal, which is, in fact, the batch stream.  If you're running Kermit in
  27. the batch, file-transfer commands won't work unless you've successfully
  28. opened some kind of connection (SET LINE, DIAL, TELNET, etc).  This, in
  29. turn, suggests that a SET LINE or DIAL command that's in your script did
  30. not succeed.
  31.  
  32. > Downloaded beta 9 for vms-55 (nonet) and got an error on image activivation
  33. > ???
  34. The system where I built it was a bit strange.  By the time you get this
  35. message, I will have put a replacement there that you can try.  Meanwhile,
  36. are you sure you transferred it in binary mode?
  37.  
  38. > we are running batch jobs from fully priv account...not any issue under
  39. > version 5. 5 runs excellant as detailed...
  40. >
  41. Version 5 of C-Kermit?
  42.  
  43. > this failed in beta 195..not sure
  44. > if corrected yet. What we are saying here is that the computer spits out
  45. > TT: not an output device, where as version 5 works fine and you get to see
  46. > the file being transfered (serial transfer display). This is not the case
  47. > in BETA 195. NO DISPLAY is possible running from the batch queue. The same
  48. > username, script and command procedure run from version 5 and beta 195,
  49. > this is the issue we are now facing. Only change is the ckermit
  50. > version....Saw a not about this is the release notes, not sure what it
  51. > meant. Just giving you pre-post results..
  52. Which note are you speaking of?
  53.  
  54. > 2.) USR to USR still will not make a connect in ckermit. Ckermit is still
  55. > getting the data and starting the login process, instead of just making the
  56. > connect. We have solved it temp. by using a zoom modem as the dialer and
  57. > the usr sportsters 33.6k modems in the field (34 stores). ckermit makes a
  58. > connect and then the scripts appear to be fine after that.
  59. > (frank's comments)
  60. > >I don't understand the complaint.  What, precisely, do you mean by
  61. > >"connect"?  You say "Ckermit is still getting the data and starting the
  62. > >login process, instead of just making the connect."  You don't want it to
  63. > >get the data and start the login process?  I can't help but suspect that it
  64. > >is only doing what your script is telling it to do...
  65. > (us)
  66. > we sent you the scripts before...will send again if needed...we found a bug
  67. > in the handshaking of the login scripts for vmslogin. new stuff was added,
  68. > but the computer appears not to like it, so we used the logic from version
  69. > 5 and it corrected the problem on login. The issue is still the same with
  70. > USR to USR. If we use the USR in the stores and the ZOOM , HAYES, Anything
  71. > but USR, CKERMIT does it thing correctly.
  72. We get a lot of mail every day so it's best to give us the whole context.
  73. Exactly what did the computer not like, and what did it like?
  74.  
  75. > The USR Will connect ..handshake and start the login process on the vax
  76. > (waking the port up), the zoom and others only handshake and wait.
  77. >
  78. Maybe this will help.  Before version 6.0 of C-Kermit, DIAL and CONNECT were
  79. done separately.  If you gave a DIAL command, you still had to give a CONNECT
  80. command if you wanted to get an interactive online session.  But this was
  81. too confusing for many people, so version 6.0 was changed so that DIAL
  82. included an automatic CONNECT, but ONLY IF the DIAL command was given at
  83. the prompt (interactively), not from a macro or a command file,
  84.  
  85. That's the DEFAULT behavior in C-Kermit 6.0 and later.  It can be changed
  86. with:
  87.  
  88.   SET DIAL CONNECT { ON, OFF, AUTO }
  89.  
  90. AUTO is the default and works as I just described.  OFF means "never CONNECT"
  91. automatically after successful dialing (the C-Kermit version 5 behavior), ON
  92. means "always CONNECT".
  93.  
  94. Could it be that you have added a SET DIAL CONNECT of some form into your
  95. script?
  96.  
  97. > The modem settings on the USR are identical to the ZOOM and IDentical to 
  98. > the remote modem. A Manual dial with USR to USR, will never get a connect
  99. > message...
  100. >
  101. So a USR-to-USR call is never completed, but a USR-to-anything-else call is
  102. completed.  I have several USR modems here, including one connected to a VMS
  103. system, and I dial out from them to other USR modems all the time.  What's
  104. the difference?  As you know, USR modems have a series of DIP switches for
  105. configuration.  Maybe yours need adjustment.  Maybe some kind of weird
  106. profile has been set up and saved in NVRAM.
  107.  
  108. - Frank